home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 May: Tool Chest / Dev.CD May 00 TC.toast / pc / tool chest / printing / postscript utilities / print total pages < prev    next >
Encoding:
Text File  |  1988-04-19  |  183 b   |  13 lines

  1. /Courier findfont 12 scalefont setfont
  2.  
  3. 30 700 moveto
  4.  
  5. (The total number of pages printed on this laser printer is: ) show
  6.  
  7. statusdict begin pagecount 10 string cvs show
  8.  
  9. showpage
  10.  
  11.  
  12.  
  13.